home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / ANTENNA / AZPRJ104 / AZ_INST.BAT < prev    next >
DOS Batch File  |  1996-11-23  |  2KB  |  66 lines

  1. @rem File to install the AZ_PROJv1.04
  2. @echo Does a crude and simple install of AZ_PROJ into a DOS machine
  3. @echo You must run this file from the directory in which you
  4. @echo will make all your AZ_PROJ maps (eg C:\az_proj)
  5. @echo You must have in this directory the files
  6. @echo azprjxxx.zip (where currently xxx is 104)
  7. @echo gsxxxini.zip (where xxx is 333, fontmap locations are different for 401)
  8. @echo gsxxxdos.zip
  9. @echo gsxxxfn1.zip
  10. @echo gsxxxfn2.zip
  11. @echo -
  12. @echo To convert CT files to AZ_PROJ format, if you don't have awk.
  13. @echo (You can move mawk.exe to a directory in your path if you wish.)
  14. @echo mawk122x.zip
  15. @echo -
  16. @echo you must also have pkunzip in your path
  17. @echo -
  18. @pause
  19. @echo AZ_PROJ and Ghostscript will be installed in the current directory
  20. @echo the Ghostscript fonts will be installed in the directory .\FONTS
  21. @echo Ignore warnings from pkunzip
  22. @echo At the end of the install, you can test Ghostscript by running
  23. @echo the test files tiger.bat, and alphabet.bat
  24. @echo If the install of Ghostscript passes these tests,
  25. @echo then look at README.AZP and run the AZ_PROJ test files (azxxx.bat)
  26. @echo eg azview.bat, azfile.bat
  27. @echo -
  28. @echo Press ^C to exit
  29. @pause
  30. mkdir .\fonts
  31. copy gs333fn1.zip  .\fonts
  32. copy gs333fn2.zip  .\fonts
  33. pkunzip -n gs333dos.zip
  34. pkunzip -n gs333ini.zip
  35. pkunzip -n mawk122x.zip
  36. pkunzip -n azprj*.zip
  37. del *.cmd
  38. del *.os2
  39. cd .\fonts
  40. pkunzip -n *.zip
  41. del *.zip
  42. cd ..
  43. @echo -
  44. @echo install is finished.
  45. @echo To test Ghostscript's graphics, the file tiger.bat will be run
  46. @echo you should get a nice head of a tiger.
  47. @echo -
  48. @echo Press ^C to exit
  49. @pause
  50. @call tiger.bat
  51. @echo -
  52. @echo To test Ghostscript's text, the file alphabet.bat will be run
  53. @echo you should get the alphabet in several font sizes.
  54. @echo The default fonts are not very pretty. You may already
  55. @echo have better ones on your disk (look for .pfa files)
  56. @echo -
  57. @echo Press ^C to exit
  58. @pause
  59. @call alphabet.bat
  60. @echo -
  61. @echo If these tests pass, then look at README.AZP and run the
  62. @echo test files from AZ_PROJ (eg azview.bat)
  63. @echo -
  64. @echo If the install fails, let me know and I'll try to fix it
  65. @echo Joe Mack NA3T mack@ncifcrf.gov
  66.